projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f0abc
)
We're cargo, not rustc
author
Cody P Schafer
<dev@codyps.com>
Wed, 3 Dec 2014 20:05:32 +0000
(15:05 -0500)
committer
Cody P Schafer
<dev@codyps.com>
Wed, 3 Dec 2014 20:05:32 +0000
(15:05 -0500)
src/etc/install.sh
patch
|
blob
|
history
diff --git
a/src/etc/install.sh
b/src/etc/install.sh
index 5d913c75a6cfbcd12e294e09d03b33d80a708bd3..33e787d9ae6216587967529376b2b5143138cd4c 100755
(executable)
--- a/
src/etc/install.sh
+++ b/
src/etc/install.sh
@@
-308,7
+308,7
@@
then
"${CFG_SRC_DIR}/bin/cargo" -V 2> /dev/null
if [ $? -ne 0 ]
then
- err "can't execute
rustc
binary on this platform"
+ err "can't execute
cargo
binary on this platform"
fi
fi
fi